Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterRegion Constructor(Byte[])








A an array of Byte that defines the interior of the new RasterRegion
Initializes a new RasterRegion from the specified data.
Syntax
public RasterRegion( 
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal data() As Byte _
)
'Usage
 
Dim data() As Byte
 
Dim instance As New RasterRegion(data)
public RasterRegion( 
   byte[] data
)
public RasterRegion(byte[] data)
function RasterRegion( 
   data 
)
public:
RasterRegion( 
   array<byte>^ data
)

Parameters

data
A an array of Byte that defines the interior of the new RasterRegion
Remarks

You can get the data that defines a region by creating a RasterRegion using any of the region methods and using the GetData method to obtain the data.

Example
For an example, refer to GetData.
Requirements

Target Platforms

See Also

Reference

RasterRegion Class
RasterRegion Members
Overload List

Error processing SSI file